DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / WillChange Method / WillChange(NSKeyValueChange,NSIndexSet,NSString) Method

In This Topic
    WillChange(NSKeyValueChange,NSIndexSet,NSString) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub WillChange( _
       ByVal changeKind As Foundation.NSKeyValueChange, _
       ByVal indexes As Foundation.NSIndexSet, _
       ByVal forKey As Foundation.NSString _
    ) 
    public virtual void WillChange( 
       Foundation.NSKeyValueChange changeKind,
       Foundation.NSIndexSet indexes,
       Foundation.NSString forKey
    )

    Parameters

    changeKind
    indexes
    forKey
    See Also